Skip to content

Commit

Permalink
Add MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
deviousasti committed Jul 13, 2020
1 parent 49500f7 commit 04c3fca
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 23 deletions.
4 changes: 4 additions & 0 deletions src/FantomasVs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<Compile Include="FantomasVsPackage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="License.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ReleaseNotes.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down
8 changes: 8 additions & 0 deletions src/License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Copyright 2020 Asti

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

47 changes: 24 additions & 23 deletions src/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
<?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="FantomasVs.ef00bfc2-a899-45fc-aae8-afecf8673aaf" Version="0.3" Language="en-US" Publisher="Asti" />
<DisplayName>F# Formatting</DisplayName>
<Description xml:space="preserve">F# source code formatting using Fantomas.
<Metadata>
<Identity Id="FantomasVs.ef00bfc2-a899-45fc-aae8-afecf8673aaf" Version="0.4" Language="en-US" Publisher="Asti" />
<DisplayName>F# Formatting</DisplayName>
<Description xml:space="preserve">F# source code formatting using Fantomas.
Built with version 4.0.0-alpha.</Description>
<MoreInfo>https://github.com/deviousasti/fsharp-formatting-for-vs</MoreInfo>
<ReleaseNotes>ReleaseNotes.html</ReleaseNotes>
<Icon>logo.png</Icon>
<PreviewImage>logo.png</PreviewImage>
<Tags>fsharp, formatting, fantomas, source, beautify</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<MoreInfo>https://github.com/deviousasti/fsharp-formatting-for-vs</MoreInfo>
<License>License.txt</License>
<ReleaseNotes>ReleaseNotes.html</ReleaseNotes>
<Icon>logo.png</Icon>
<PreviewImage>logo.png</PreviewImage>
<Tags>fsharp, formatting, fantomas, source, beautify</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,17.0)" DisplayName="Visual Studio core editor" />
</Prerequisites>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
</PackageManifest>

0 comments on commit 04c3fca

Please sign in to comment.