-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ back step on collection size write
- Loading branch information
1 parent
1c4bc61
commit 7c6ece0
Showing
17 changed files
with
82 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
NetBinSerializer/NetBinSerializer/bin/Release/netstandard2.0/NetBinSerializer.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
NetBinSerializer/NetBinSerializer/obj/Release/NetBinSerializer.1.0.2.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd"> | ||
<metadata> | ||
<id>NetBinSerializer</id> | ||
<version>1.0.2</version> | ||
<authors>Nikita Andreev</authors> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="file">LICENSE</license> | ||
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl> | ||
<projectUrl>https://github.com/AndreevNikita/NetBinSerializer</projectUrl> | ||
<description>C# types serialization library</description> | ||
<copyright>Nikita Andreev</copyright> | ||
<repository url="https://github.com/AndreevNikita/NetBinSerializer" /> | ||
<dependencies> | ||
<group targetFramework=".NETStandard2.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\NetBinSerializer\bin\Release\netstandard2.0\NetBinSerializer.dll" target="lib\netstandard2.0\NetBinSerializer.dll" /> | ||
<file src="C:\Users\Nick\Documents\repos\InSharp\LICENSE" target="LICENSE" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
NetBinSerializer/NetBinSerializer/obj/Release/netstandard2.0/NetBinSerializer.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
<startup> | ||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> | ||
</startup> | ||
</configuration> |
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
NetBinSerializer/Test/obj/Release/Test.csproj.FileListAbsolute.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\bin\Release\Test.exe.config | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\bin\Release\Test.exe | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\bin\Release\Test.pdb | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\bin\Release\NetBinSerializer.dll | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\bin\Release\NetBinSerializer.pdb | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\obj\Release\Test.csprojAssemblyReference.cache | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\obj\Release\Test.csproj.CoreCompileInputs.cache | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\obj\Release\Test.csproj.CopyComplete | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\obj\Release\Test.exe | ||
C:\Users\Nick\Documents\repos\NetBinSerializer\NetBinSerializer\Test\obj\Release\Test.pdb |
Binary file not shown.