Skip to content
This repository was archived by the owner on Jan 16, 2019. It is now read-only.

Commit 89a3dee

Browse files
committed
Bumped version
1 parent 631cf28 commit 89a3dee

File tree

4 files changed

+32
-6
lines changed

4 files changed

+32
-6
lines changed

SampSharp.VisualStudio/LICENSE.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Original work Copyright (c) 2016 Kirk Woll
4+
Modified work Copyright (c) 2016 Tim Potze
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

SampSharp.VisualStudio/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
// associated with an assembly.
88

99
[assembly: AssemblyTitle("SampSharp.VisualStudio")]
10-
[assembly: AssemblyDescription("A plugin for building and debugging SampSharp GameModes.")]
10+
[assembly: AssemblyDescription("A plugin for building and debugging SampSharp game modes.")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("Tim Potze")]
1313
[assembly: AssemblyProduct("SampSharp.VisualStudio")]
1414
[assembly: AssemblyCopyright("Tim Potze")]
15-
[assembly: AssemblyTrademark("EAE08EAE-5702-49B4-ABD0-886FCEE47C2C")]
15+
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]
1717

1818
// Setting ComVisible to false makes the types in this assembly not visible
@@ -32,6 +32,6 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434

35-
[assembly: AssemblyVersion("0.1.0.0")]
36-
[assembly: AssemblyFileVersion("0.1.0.0")]
35+
[assembly: AssemblyVersion("0.2.0.0")]
36+
[assembly: AssemblyFileVersion("0.2.0.0")]
3737
[assembly: NeutralResourcesLanguage("en-US")]

SampSharp.VisualStudio/SampSharp.VisualStudio.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@
129129
</ItemGroup>
130130
<ItemGroup>
131131
<None Include="Key.snk" />
132+
<Content Include="LICENSE.txt">
133+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
134+
<IncludeInVSIX>true</IncludeInVSIX>
135+
</Content>
132136
<None Include="packages.config" />
133137
<None Include="source.extension.vsixmanifest">
134138
<SubType>Designer</SubType>

SampSharp.VisualStudio/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
33
<Metadata>
4-
<Identity Id="SampSharpVisualStudio" Version="0.1.0" Language="en-US" Publisher="ikkentim" />
4+
<Identity Id="SampSharpVisualStudio" Version="0.2.0" Language="en-US" Publisher="Tim Potze (ikkentim)" />
55
<DisplayName>SampSharpVisualStudioPlugin</DisplayName>
66
<Description xml:space="preserve">A plugin that allows you to build and debug SampSharp projects.</Description>
77
<MoreInfo>https://github.com/ikkentim/sampsharp-visualstudio</MoreInfo>
8-
<License>LICENSE</License>
8+
<License>LICENSE.txt</License>
99
<Icon>SampSharp.VisualStudio.ico</Icon>
1010
<PreviewImage>SampSharp.VisualStudio.ico</PreviewImage>
1111
<Tags>sampsharp, mono, debugger, project, template</Tags>

0 commit comments

Comments
 (0)