Skip to content

Commit 527841b

Browse files
committed
Version update and fix
1 parent 4842687 commit 527841b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ See the Large File tests for usage details.
261261

262262
## Release Notes
263263

264+
* 0.5.0 Large file management apis (version mix up as well)
265+
* 0.4.9 static Authorize
264266
* 0.4.6 Configureable HttpClient timeout
265267
* 0.4.5 File prefix and delimiter support
266268
* 0.4.0 Added Large File support

src/B2Net.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
1616
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
1717
<Authors>Westropp Ventures</Authors>
18-
<Version>0.0.4.6</Version>
18+
<Version>0.5.0.0</Version>
1919

2020
<PackageId>B2Net</PackageId>
21-
<PackageVersion>0.0.4.6</PackageVersion>
21+
<PackageVersion>0.5.0.0</PackageVersion>
2222
<PackageProjectUrl>https://github.com/coryrwest/B2.NET</PackageProjectUrl>
2323
<RepositoryUrl>https://github.com/coryrwest/B2.NET</RepositoryUrl>
2424
<PackageTags>B2 Backblaze Cloud Storage</PackageTags>

src/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("0.0.4.6")]
35-
[assembly: AssemblyFileVersion("0.0.4.6")]
34+
[assembly: AssemblyVersion("0.5.0.0")]
35+
[assembly: AssemblyFileVersion("0.5.0.0")]

0 commit comments

Comments
 (0)