Skip to content

Commit

Permalink
Updated version number to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
epicabsol committed Jun 16, 2020
1 parent 369ee59 commit 4c94ac7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Installer.iss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "VS-OSI"
#define MyAppVersion "1.2.0.0"
#define MyAppName "OSI Tools for Visual Studio (VS-OSI)"
#define MyAppVersion "2.1.0.0"
#define MyAppPublisher "Litestone"
#define MyAppURL "https://github.com/TheLegendOfMataNui/VS-OSI/"
#ifndef Configuration
Expand All @@ -21,7 +21,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\Litestone\VS-OSI\
DefaultDirName={commonpf}\Litestone\VS-OSI\
DisableDirPage=yes
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
Expand Down
8 changes: 4 additions & 4 deletions OSIProject/OSIProject.ProjectType/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
[assembly: AssemblyDescription("Visual Studio OSI Support")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Litestone")]
[assembly: AssemblyProduct("VS-OSI")]
[assembly: AssemblyCopyright("Copyright © Litestone 2018")]
[assembly: AssemblyProduct("OSI Tools for Visual Studio (VS-OSI)")]
[assembly: AssemblyCopyright("Copyright © Litestone 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -34,5 +34,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.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?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="OSIProject.ProjectType..ee699766-b363-4460-ae19-a501b8cdb797" Version="2.0.0.0" Language="en-US" Publisher="Litestone" />
<DisplayName>SAGE OSI Project VSIX</DisplayName>
<Description xml:space="preserve">A template for creating a SAGE OSI Project project.</Description>
<Identity Id="OSIProject.ProjectType..ee699766-b363-4460-ae19-a501b8cdb797" Version="2.1.0.0" Language="en-US" Publisher="Litestone" />
<DisplayName>OSI Tools for Visual Studio (VS-OSI)</DisplayName>
<Description xml:space="preserve">Language support for Litestone Script source files.</Description>
<Tags>lss</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[15.0, 17.0)" />
Expand Down

0 comments on commit 4c94ac7

Please sign in to comment.