Skip to content

Commit

Permalink
Release/v1.4.0 (#21)
Browse files Browse the repository at this point in the history
* Changed extension name in preparation for v1.4.0 release

* Fixed version targeting for vs 2022 (no x86). Fixed version targeting for vs 2019 (no amd64 or arm64). Fixed publisher name.

* Updated VSIX Id. What can't MS tell me all of this at once?

* Marketplace link now points to new cp home

* fixed typo
  • Loading branch information
djflan committed May 14, 2023
1 parent 7fd47c8 commit 3b53d94
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<ProjectGuid>{6BCD2E37-F581-4683-9C17-B04575D17476}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Catppuccin_VS_Themes</RootNamespace>
<AssemblyName>Catppuccin VS Themes</AssemblyName>
<RootNamespace>Catppuccin</RootNamespace>
<AssemblyName>Catppuccin for Visual Studio</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<GeneratePkgDefFile>false</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32819.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catppuccin VS Themes", "Catppuccin VS Themes.csproj", "{6BCD2E37-F581-4683-9C17-B04575D17476}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Catppuccin for Visual Studio", "Catppuccin for Visual Studio.csproj", "{6BCD2E37-F581-4683-9C17-B04575D17476}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
4 changes: 2 additions & 2 deletions Catppuccin VS Themes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Catppuccin_VS_Themes")]
[assembly: AssemblyTitle("Catppuccin for Visual Studio")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Catppuccin_VS_Themes")]
[assembly: AssemblyProduct("Catppuccin for Visual Studio")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
28 changes: 11 additions & 17 deletions Catppuccin VS Themes/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
<?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="Catppuccin_VS_Themes.cf093970-131b-4883-8405-0577339048b3" Version="1.3.0" Language="en-US" Publisher="Dan Flanigan" />
<DisplayName>Catppuccin VS Themes</DisplayName>
<Identity Id="Catppuccin_for_Visual_Studio.cf093970-131b-4883-8405-0577339048c3" Version="1.4.0" Language="en-US" Publisher="Catppuccin" />
<DisplayName>Catppuccin for Visual Studio</DisplayName>
<Description xml:space="preserve">Catppuccin Themes for Visual Studio</Description>
<MoreInfo>https://github.com/djflan/Catppuccin-Visual-Studio-Themes</MoreInfo>
<Icon>icon.png</Icon>
<PreviewImage>logo.png</PreviewImage>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 18.0)">
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Community">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Pro">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<InstallationTarget Version="[17.0,18.0)" Id="Microsoft.VisualStudio.Enterprise">
<ProductArchitecture>arm64</ProductArchitecture>
</InstallationTarget>
</Installation>
Expand All @@ -42,12 +42,6 @@
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<!--
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Catppuccin Mocha.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Catppuccin Macchiato.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Catppuccin Frappé.pkgdef" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="File" Path="Catppuccin Latte.pkgdef" />
-->
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,18.0)" DisplayName="Visual Studio core editor" />
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@

**Preferred method of installation**

- Install the extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=dan-flanigan.Catppuccin).
- Install the extension from the [marketplace](https://marketplace.visualstudio.com/items?itemName=Catppuccin.CatppuccinVS).
- Restart Visual Studio.
- Choose 'Catppuccin' theme in Tools > Theme

**Manual installation**

- Downlaod VSIX package from GitHub 'Releases'
- Download VSIX package from GitHub 'Releases'
- Double-click package to install.
- Close Visual Studio if open and allow package to install.
- Open Visual Studio
Expand Down

0 comments on commit 3b53d94

Please sign in to comment.