File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 33# #
44# # Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
55
6+
7+ # ignore jetbrains IDE
8+ .idea /
9+
610# User-specific files
711* .rsuser
812* .suo
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ reader.Dispose(); // Destroy Reader
152152- #### Nuget [ SEE HERE] ( https://www.nuget.org/packages/Byter )
153153 ###### .NET CLI
154154 ``` rb
155- dotnet add package Byter -- version 1.1 .0
155+ dotnet add package Byter -- version 1.2 .0
156156 ```
157157
158158- #### Submodule
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <ItemGroup >
3- <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
4- <None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" \" />
3+ <None Include =" ..\README.md" Pack =" true" PackagePath =" \" />
4+ <None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" \" />
55 </ItemGroup >
66
77 <PropertyGroup >
8- <TargetFramework >netstandard2.0 </TargetFramework >
8+ <TargetFramework >netstandard2.1 </TargetFramework >
99 <PackageId >Byter</PackageId >
10- <Version >1.1 .0</Version >
10+ <Version >1.2 .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- + Reader bool type
23- + Writer bool type
22+ + Read Vector2 type
23+ + Write Vector2 type
24+ + Improve .NET standard 2.0 to 2.1
2425 </PackageReleaseNotes >
2526 <Description >
2627 Byte parse. Convert byte to object and object to byte
2930 Sample: https://github.com/alec1o/Byter/blob/main/README.md
3031 Fork me: https://github.com/alec1o/Byter
3132 </Description >
33+ <Title >Byter</Title >
3234 </PropertyGroup >
3335
3436</Project >
You can’t perform that action at this time.
0 commit comments