diff --git a/appveyor.yml b/appveyor.yml index 4d4658c..71dc355 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.1.0.{build} +version: 1.2.0.{build} image: Visual Studio 2017 environment: diff --git a/src/BinaryFormatter/BinaryFormatter.csproj b/src/BinaryFormatter/BinaryFormatter.csproj index 38c825f..264cfad 100644 --- a/src/BinaryFormatter/BinaryFormatter.csproj +++ b/src/BinaryFormatter/BinaryFormatter.csproj @@ -3,7 +3,7 @@ BinaryFormatter - easy and light binary serializer Łukasz Pyrzyk - 1.1.0 + 1.2.0 Łukasz Pyrzyk netstandard1.1 BinaryFormatter diff --git a/tests/BinaryFormatterTests/BinaryFormatterTests.csproj b/tests/BinaryFormatterTests/BinaryFormatterTests.csproj index 198724f..c02347d 100644 --- a/tests/BinaryFormatterTests/BinaryFormatterTests.csproj +++ b/tests/BinaryFormatterTests/BinaryFormatterTests.csproj @@ -3,13 +3,6 @@ netcoreapp1.1 BinaryFormatterTests - true - false - false - false - false - false - false @@ -27,5 +20,4 @@ - diff --git a/tests/BinaryFormatterTests/Properties/AssemblyInfo.cs b/tests/BinaryFormatterTests/Properties/AssemblyInfo.cs deleted file mode 100644 index d9a2da4..0000000 --- a/tests/BinaryFormatterTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("BinaryFormatterTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("BinaryFormatterTests")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("9a4b6b9f-4b87-4cf1-be65-ba757a6803e3")]