File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments