Skip to content

Commit

Permalink
baseline for 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Oct 18, 2019
1 parent 34e9e85 commit 0b2fb3b
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@
/.vs/Analogy/DesignTimeBuild
/Analogy.Interfaces.Standard/bin/Debug
/Analogy.Interfaces.Standard/obj
/Analogy.Interfaces.Standard/bin/Release/netstandard2.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Analogy.Implementation.Example</RootNamespace>
<AssemblyName>Analogy.Implementation.Example</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
Expand Down
4 changes: 2 additions & 2 deletions Analogy.Implementation.Example/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
2 changes: 1 addition & 1 deletion Analogy.Interfaces/Analogy.Interfaces.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Philips.Analogy.Interfaces</RootNamespace>
<AssemblyName>Analogy.Interfaces</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>SAK</SccProjectName>
Expand Down
10 changes: 7 additions & 3 deletions Analogy.Interfaces/Analogy.Interfaces.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,26 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Analogy.LogViewer.Interfaces</id>
<version>2.0.1</version>
<version>2.0.2</version>
<title>Analogy Log Viewer - Interfaces</title>
<authors>Lior Banai</authors>
<owners>Lior Banai</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/philips-software/logviewer/</projectUrl>
<icon>icon.png</icon>
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Analogy Log Viewer (Interfaces)</description>
<releaseNotes>Refactoring of Interfaces. See github page</releaseNotes>
<copyright>Copyright 2019 Lior Banai</copyright>
<tags></tags>
<dependencies>
<group targetFramework="net471">
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\Analogy.Interfaces.dll" target="lib\net471\Analogy.Interfaces.dll" />
<file src="bin\Release\Analogy.Interfaces.xml" target="lib\net471\Analogy.Interfaces.xml" />
<file src="icon.png" target="" />
<file src="icon.png" target="" />
</files>
</package>
4 changes: 2 additions & 2 deletions Analogy.Interfaces/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: AssemblyVersion("2.0.2.0")]
[assembly: AssemblyFileVersion("2.0.2.0")]
2 changes: 1 addition & 1 deletion Analogy/Analogy.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
<ProjectType>Local</ProjectType>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
Expand Down
6 changes: 3 additions & 3 deletions Analogy/Analogy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Analogy.LogViewer</id>
<version>4.0.5</version>
<version>4.0.6</version>
<title>Analogy Log Viewer</title>
<authors>Lior Banai</authors>
<owners>Lior Banai</owners>
Expand All @@ -11,14 +11,14 @@
<icon>icon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Analogy Log Viewer</description>
<releaseNotes>Add new features. See github page</releaseNotes>
<releaseNotes>See github page</releaseNotes>
<copyright>Copyright 2019 Lior Banai</copyright>
<tags></tags>
<dependencies>
<group targetFramework="net471">
</group>
<group>
<dependency id="Analogy.LogViewer.Interfaces" version="2.0.1" />
<dependency id="Analogy.LogViewer.Interfaces" version="2.0.2" />
</group>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion Analogy/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<legacyCorruptedStateExceptionsPolicy enabled="true"/>
</runtime>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.1"/>
</startup>
<appSettings>
<add key="AssembliesToLoad" value="Analogy.Extensions.dll"/>
Expand Down
4 changes: 2 additions & 2 deletions Analogy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyVersion("4.0.5.0")]
[assembly: AssemblyFileVersion("4.0.5.0")]
[assembly: AssemblyVersion("4.0.6.0")]
[assembly: AssemblyFileVersion("4.0.6.0")]
[assembly: ComVisible(false)]

0 comments on commit 0b2fb3b

Please sign in to comment.