Skip to content

Commit

Permalink
First release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaulomatic committed Jul 8, 2018
1 parent 564b6e5 commit d646d29
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyCopyright("Copyright © 1997 - 2018 Tobias Punke.")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2017 - 2018 Tobias Punke.")]
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.3")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.3")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.5")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.5")]


Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.3
1.0.0.5
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyGuidAttribute>false</GenerateAssemblyGuidAttribute>
</PropertyGroup>
<Import Condition="Exists('..\..\Solution.build.props')" Project="..\..\Solution.build.props" />
<Import Condition="Exists('..\..\Solution.build.props')" Project="..\..\Solution.build.props"/>
<PropertyGroup>
<AssemblyVersionMajor>1</AssemblyVersionMajor>
<AssemblyVersionMinor>0</AssemblyVersionMinor>
Expand Down Expand Up @@ -57,4 +57,4 @@
<ItemGroup>
<ProjectReference Include="..\Logixware.SoftEther.Client.Core\Logixware.SoftEther.Client.Core.csproj" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
// </auto-generated>
//------------------------------------------------------------------------------

[assembly: System.Reflection.AssemblyCopyright("Copyright © 1997 - 2018 Tobias Punke.")]
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2017 - 2018 Tobias Punke.")]
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.2")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.2")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.4")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.4")]


Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.2
1.0.0.4
2 changes: 1 addition & 1 deletion src/Logixware.SoftEther.Client.Manager/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>de.logixware.SoftEther.Client.Manager</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0.16</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersion</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,14 @@
<InterfaceDefinition Include="Resources\en.lproj\Main.storyboard" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\daemon\.gitkeep" />
<Content Include="Resources\vpnclient\.gitkeep" />
<Content Include="Resources\daemon\.gitkeep"/>
<Content Include="Resources\vpnclient\.gitkeep"/>
<!--<Content Include="Resources\daemon\**" />-->
<!--<Content Include="Resources\vpnclient\**" />-->
<!--<Content Remove="Resources\daemon\.gitkeep"/>-->
<!--<Content Remove="Resources\vpnclient\.gitkeep"/>-->
<!--<Compile Remove="Resources\daemon\**"/>-->
<!--<Compile Remove="Resources\daemon\**"/>-->
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[assembly: System.Reflection.AssemblyCopyright("Copyright © 1997 - 2018 Tobias Punke.")]
[assembly: System.Reflection.AssemblyVersion("1.0.0.0")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.4")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.4")]
[assembly: System.Reflection.AssemblyFileVersion("1.0.0.16")]
[assembly: System.Reflection.AssemblyInformationalVersion("1.0.0.16")]


Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.4
1.0.0.16

0 comments on commit d646d29

Please sign in to comment.