Skip to content

Commit

Permalink
Prepare for publish for 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesf91 committed Apr 5, 2022
1 parent e324713 commit d40cbe8
Show file tree
Hide file tree
Showing 10 changed files with 236 additions and 117 deletions.
14 changes: 13 additions & 1 deletion ConsoleTest/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
1 change: 1 addition & 0 deletions OnenoteAddin/OnenoteAddin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="Resources\DownloadDoc.png" />
<None Include="app.config" />
<None Include="Resources\loading_spinner.gif" />
<None Include="RegisterAddIn.reg" />
<None Include="Resources\Settings.png" />
Expand Down
4 changes: 2 additions & 2 deletions OnenoteAddin/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.6.0")]
[assembly: AssemblyFileVersion("2.0.6.0")]
[assembly: AssemblyVersion("2.0.7.0")]
[assembly: AssemblyFileVersion("2.0.7.0")]
7 changes: 7 additions & 0 deletions OnenoteAddin/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
</assemblyBinding>
</runtime>
</configuration>
Loading

0 comments on commit d40cbe8

Please sign in to comment.