Skip to content

Commit

Permalink
Release 1.3 (this is weird, I know)
Browse files Browse the repository at this point in the history
Revert to 1.1 (Fix Capitalization)
  • Loading branch information
reedhaffner committed Sep 26, 2019
1 parent 3bcc3f5 commit b609fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ShareX/ShareX.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectGuid>{A35FB18D-7867-4F77-A9F3-863BF6F18C6F}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>ShareX</RootNamespace>
<AssemblyName>com.reedhaffner.ShareX</AssemblyName>
<AssemblyName>com.reedhaffner.sharex</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand All @@ -33,7 +33,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\com.reedhaffner.ShareX.sdPlugin\</OutputPath>
<OutputPath>bin\Debug\com.reedhaffner.sharex.sdPlugin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -42,7 +42,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\com.barraider.delayedtext.sdPlugin\</OutputPath>
<OutputPath>bin\Release\com.reedhaffner.sharex.sdPlugin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
4 changes: 2 additions & 2 deletions ShareX/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"Name": "ShareX",
"Icon": "Images/pluginIcon",
"URL": "https://reedhaffner.com/",
"Version": "1.0",
"CodePath": "com.reedhaffner.ShareX",
"Version": "1.3",
"CodePath": "com.reedhaffner.sharex",
"Category": "ShareX",
"CategoryIcon": "Images/categoryIcon",
"OS": [
Expand Down

0 comments on commit b609fbd

Please sign in to comment.