File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,8 @@ See the Large File tests for usage details.
261
261
262
262
## Release Notes
263
263
264
+ * 0.5.0 Large file management apis (version mix up as well)
265
+ * 0.4.9 static Authorize
264
266
* 0.4.6 Configureable HttpClient timeout
265
267
* 0.4.5 File prefix and delimiter support
266
268
* 0.4.0 Added Large File support
Original file line number Diff line number Diff line change 15
15
<GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
16
16
<GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
17
17
<Authors >Westropp Ventures</Authors >
18
- <Version >0.0.4.6 </Version >
18
+ <Version >0.5.0.0 </Version >
19
19
20
20
<PackageId >B2Net</PackageId >
21
- <PackageVersion >0.0.4.6 </PackageVersion >
21
+ <PackageVersion >0.5.0.0 </PackageVersion >
22
22
<PackageProjectUrl >https://github.com/coryrwest/B2.NET</PackageProjectUrl >
23
23
<RepositoryUrl >https://github.com/coryrwest/B2.NET</RepositoryUrl >
24
24
<PackageTags >B2 Backblaze Cloud Storage</PackageTags >
Original file line number Diff line number Diff line change 31
31
// You can specify all the values or you can default the Build and Revision Numbers
32
32
// by using the '*' as shown below:
33
33
// [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 " ) ]
You can’t perform that action at this time.
0 commit comments