Skip to content

Commit 80da7f7

Browse files
committed
update version for 1.1 and release note
1 parent e617e7b commit 80da7f7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/Byter.csproj

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<ItemGroup>
33
<None Include="..\README.md" Pack="true" PackagePath="\"/>
44
<None Include="..\LICENSE.md" Pack="true" PackagePath="\"/>
55
</ItemGroup>
66

7-
<PropertyGroup>
8-
<TargetFramework>netstandard2.0</TargetFramework>
9-
<PackageId>Byter</PackageId>
10-
<Version>1.0.0</Version>
7+
<PropertyGroup>
8+
<TargetFramework>netstandard2.0</TargetFramework>
9+
<PackageId>Byter</PackageId>
10+
<Version>1.1.0</Version>
1111
<Authors>alec1o</Authors>
1212
<Company>alec1o</Company>
1313
<Copyright>alec1o</Copyright>
@@ -19,16 +19,16 @@
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
2121
<PackageReleaseNotes>
22-
+ Convert Bytes to Object
23-
+ Convert Object to Bytes
22+
+ Reader bool type
23+
+ Writer bool type
2424
</PackageReleaseNotes>
2525
<Description>
26-
Byte parse. Convert byte to object and object to byte
26+
Byte parse. Convert byte to object and object to byte
2727

2828
Docs: https://github.com/alec1o/Byter/blob/main/README.md
2929
Sample: https://github.com/alec1o/Byter/blob/main/README.md
3030
Fork me: https://github.com/alec1o/Byter
3131
</Description>
32-
</PropertyGroup>
32+
</PropertyGroup>
3333

3434
</Project>

0 commit comments

Comments
 (0)