Skip to content

Commit

Permalink
Version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowDancer committed Feb 14, 2021
1 parent 39630d6 commit bd44656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BitStreams.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitStreams", "BitStreams\BitStreams.csproj", "{49424E67-E2F2-4BE4-BAAD-7FF38128F5D7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitStreams", "BitStreams\BitStreams.csproj", "{49424E67-E2F2-4BE4-BAAD-7FF38128F5D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BitStreams.Test", "BitStreams.Test\BitStreams.Test.csproj", "{C263000F-89D0-437E-9EF1-81726AF5D44A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitStreams.Test", "BitStreams.Test\BitStreams.Test.csproj", "{C263000F-89D0-437E-9EF1-81726AF5D44A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3558CE43-CD82-4258-94D2-14A9FDF73027}"
ProjectSection(SolutionItems) = preProject
Expand Down
7 changes: 5 additions & 2 deletions BitStreams/BitStreams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<PackageId>ShadowDancer.BitStreams</PackageId>
<Version>0.0.3</Version>
<Description>Stream wrapper which allows reading one bit at once</Description>
<Version>0.0.4</Version>
<Description>Stream wrapper which allows reading one bit at time</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/ShadowDancer/BitStreams</PackageProjectUrl>
<PackageTags>bit bits partial byte bytes stream streams sub-byte read write</PackageTags>
<PackageReleaseNotes>-version 0.0.4 fixed issues when reading multple bytes with fractional bits</PackageReleaseNotes>
<RepositoryUrl>https://github.com/ShadowDancer/BitStreams</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bd44656

Please sign in to comment.