Skip to content

Commit

Permalink
NetOffice Extension v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Feb 20, 2021
1 parent 7cf3035 commit 8be26a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NetOfficeExtension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
3 changes: 1 addition & 2 deletions src/NetOfficeExtension/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="NetOfficeExtension.56dcc096-5739-4feb-b94a-7736312e6312" Version="1.0" Language="en-US" Publisher="NetOffice" />
<Identity Id="NetOfficeExtension.56dcc096-5739-4feb-b94a-7736312e6312" Version="1.1" Language="en-US" Publisher="NetOffice" />
<DisplayName>NetOffice</DisplayName>
<Description xml:space="preserve">NetOffice extensions for Microsoft Visual Studio.</Description>
<MoreInfo>https://netoffice.io</MoreInfo>
<License>LICENSE.txt</License>
<Tags>NetOffice; VSTO; Microsoft Office; Extensions</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0, 17.0)" />
Expand Down

0 comments on commit 8be26a1

Please sign in to comment.