Skip to content

Commit

Permalink
Rebrand project to use Vezel.Zig.Toolsets.* naming pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Apr 7, 2022
1 parent c772e4c commit 6ae14ad
Show file tree
Hide file tree
Showing 24 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
DOTNET_NOLOGO: true
jobs:
release:
if: github.repository == 'vezel-dev/zig-msbuild-toolsets'
if: github.repository == 'vezel-dev/zig-toolsets'
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand Down
24 changes: 12 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ document to familiarize yourself with the development process.

## Issue Tracker

The [issue tracker](https://github.com/vezel-dev/zig-msbuild-toolsets/issues) is
where all bug reports and feature requests should be posted. Other community
areas are not appropriate for these as issues raised there are likely to be lost
or forgotten.
The [issue tracker](https://github.com/vezel-dev/zig-toolsets/issues) is where
all bug reports and feature requests should be posted. Other community areas are
not appropriate for these as issues raised there are likely to be lost or
forgotten.

Please respect the following points when posting on the issue tracker:

Expand All @@ -27,7 +27,7 @@ being enacted.

We use labels to organize issues on the GitHub issue tracker. A full list of
labels can be found
[here](https://github.com/vezel-dev/zig-msbuild-toolsets/labels), along with
[here](https://github.com/vezel-dev/zig-toolsets/labels), along with
descriptions of each. Here are a few guidelines for how issue labels are to be
applied:

Expand Down Expand Up @@ -82,10 +82,10 @@ feature is a welcome addition.

## Pull Requests

[Pull requests](https://github.com/vezel-dev/zig-msbuild-toolsets/pulls) are a
great way to contribute, whether it be code or documentation improvements. It is
a good idea to check the issue tracker to see if someone else is already working
on something before you start work on it. For feature additions, it is also
[Pull requests](https://github.com/vezel-dev/zig-toolsets/pulls) are a great way
to contribute, whether it be code or documentation improvements. It is a good
idea to check the issue tracker to see if someone else is already working on
something before you start work on it. For feature additions, it is also
important to open a feature request on the issue tracker to see if the
maintainers are actually interested in merging it.

Expand Down Expand Up @@ -131,10 +131,10 @@ Once you have a forked repository, clone and set it up locally:

```bash
# Replace <your-name> with your GitHub user name.
git clone [email protected]:<your-name>/zig-msbuild-toolsets.git
cd zig-msbuild-toolsets
git clone [email protected]:<your-name>/zig-toolsets.git
cd zig-toolsets
# Set up a remote pointing to the upstream repository.
git remote add upstream [email protected]:vezel-dev/zig-msbuild-toolsets.git
git remote add upstream [email protected]:vezel-dev/zig-toolsets.git
```

Whenever you need to update your fork, do something like this:
Expand Down
10 changes: 5 additions & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project>
<PropertyGroup>
<Product>Zig MSBuild Toolsets</Product>
<Product>Zig Toolsets</Product>
<Description>The Zig compiler and standard library packaged for use in MSBuild.</Description>
<Company>Vezel</Company>
<Authors>Zig Contributors, $(Company) Maintainers</Authors>
<Authors>Zig Contributors, $(Company) Contributors</Authors>
<Copyright>Copyright © $(Authors)</Copyright>
<ZigVersion>0.9.1</ZigVersion>
<ToolsetVersion>1</ToolsetVersion>
<ToolsetVersion>2</ToolsetVersion>
<Version>$(ZigVersion).$(ToolsetVersion)</Version>
</PropertyGroup>

Expand All @@ -22,13 +22,13 @@

This project packs and distributes the Zig compiler and standard library in a
set of NuGet packages for each platform that .NET runs on. These packages are
mainly used by the Zig MSBuild SDK but can also be used by other projects.</PackageDescription>
mainly used by Zig.Sdk but can also be used by other projects.</PackageDescription>
<PackageLicenseExpression>0BSD AND MIT</PackageLicenseExpression>
<PackageOutputPath>$(MSBuildThisFileDirectory)pkg/feed/</PackageOutputPath>
<PackageProjectUrl>https://ziglang.org</PackageProjectUrl>
<PackageReleaseNotes>https://ziglang.org/download/$(ZigVersion)/release-notes.html</PackageReleaseNotes>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryUrl>https://github.com/vezel-dev/zig-msbuild-toolsets.git</RepositoryUrl>
<RepositoryUrl>https://github.com/vezel-dev/zig-toolsets.git</RepositoryUrl>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>
30 changes: 15 additions & 15 deletions PACKAGE.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Zig MSBuild Toolsets
# Zig Toolsets

This project packs and distributes the [Zig](https://ziglang.org) compiler and
standard library in a set of NuGet packages for each platform that .NET runs on.
These packages are mainly used by the
[Zig MSBuild SDK](https://github.com/vezel-dev/zig-msbuild-sdk) but can also be
used by other projects.
These packages are mainly used by
[Zig.Sdk](https://github.com/vezel-dev/zig-sdk) but can also be used by other
projects.

* For every official release of Zig, a set of NuGet packages with the name
pattern `Zig.Toolset.<rid>` is published, where `<rid>` is replaced with
`linux-arm64`, `osx-x64`, `win-x86`, etc.
pattern `Vezel.Zig.Toolsets.<rid>` is published, where `<rid>` is replaced
with `linux-arm64`, `osx-x64`, `win-x86`, etc.
* Only the RIDs that .NET runs on are covered (so e.g.
`Zig.Toolset.linux-riscv64` is *not* available).
`Vezel.Zig.Toolsets.linux-riscv64` is *not* available).
* The package version matches the official Zig release's version, with an extra
fourth component added indicating the packaging version.

This project offers the following packages:

* [Zig.Toolset.linux-arm](https://www.nuget.org/packages/Zig.Toolset.linux-arm):
* [Vezel.Zig.Toolsets.linux-arm](https://www.nuget.org/packages/Vezel.Zig.Toolsets.linux-arm):
Provides the toolset for the `linux-arm` build platform.
* [Zig.Toolset.linux-arm64](https://www.nuget.org/packages/Zig.Toolset.linux-arm64):
* [Vezel.Zig.Toolsets.linux-arm64](https://www.nuget.org/packages/Vezel.Zig.Toolsets.linux-arm64):
Provides the toolset for the `linux-arm64` build platform.
* [Zig.Toolset.linux-x64](https://www.nuget.org/packages/Zig.Toolset.linux-x64):
* [Vezel.Zig.Toolsets.linux-x64](https://www.nuget.org/packages/Vezel.Zig.Toolsets.linux-x64):
Provides the toolset for the `linux-x64` build platform.
* [Zig.Toolset.osx-arm64](https://www.nuget.org/packages/Zig.Toolset.osx-arm64):
* [Vezel.Zig.Toolsets.osx-arm64](https://www.nuget.org/packages/Vezel.Zig.Toolsets.osx-arm64):
Provides the toolset for the `osx-arm64` build platform.
* [Zig.Toolset.osx-x64](https://www.nuget.org/packages/Zig.Toolset.osx-x64):
* [Vezel.Zig.Toolsets.osx-x64](https://www.nuget.org/packages/Vezel.Zig.Toolsets.osx-x64):
Provides the toolset for the `osx-x64` build platform.
* [Zig.Toolset.win-arm64](https://www.nuget.org/packages/Zig.Toolset.win-arm64):
* [Vezel.Zig.Toolsets.win-arm64](https://www.nuget.org/packages/Vezel.Zig.Toolsets.win-arm64):
Provides the toolset for the `win-arm64` build platform.
* [Zig.Toolset.win-x64](https://www.nuget.org/packages/Zig.Toolset.win-x64):
* [Vezel.Zig.Toolsets.win-x64](https://www.nuget.org/packages/Vezel.Zig.Toolsets.win-x64):
Provides the toolset for the `win-x64` build platform.
* [Zig.Toolset.win-x86](https://www.nuget.org/packages/Zig.Toolset.win-x86):
* [Vezel.Zig.Toolsets.win-x86](https://www.nuget.org/packages/Vezel.Zig.Toolsets.win-x86):
Provides the toolset for the `win-x86` build platform.
88 changes: 44 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zig MSBuild Toolsets
# Zig Toolsets

<div align="center">
<img src="zig.svg"
Expand All @@ -14,24 +14,24 @@
<div align="center">

[![License](https://img.shields.io/badge/license-0BSD%20AND%20MIT-brown)](LICENSE.md)
[![Commits](https://img.shields.io/github/commit-activity/m/vezel-dev/zig-msbuild-toolsets/master?label=commits&color=slateblue)](https://github.com/vezel-dev/zig-msbuild-toolsets/commits/master)
[![Build](https://img.shields.io/github/workflow/status/vezel-dev/zig-msbuild-toolsets/Build/master)](https://github.com/vezel-dev/zig-msbuild-toolsets/actions/workflows/build.yml)
[![Commits](https://img.shields.io/github/commit-activity/m/vezel-dev/zig-toolsets/master?label=commits&color=slateblue)](https://github.com/vezel-dev/zig-toolsets/commits/master)
[![Build](https://img.shields.io/github/workflow/status/vezel-dev/zig-toolsets/Build/master)](https://github.com/vezel-dev/zig-toolsets/actions/workflows/build.yml)

</div>

---

This project packs and distributes the [Zig](https://ziglang.org) compiler and
standard library in a set of NuGet packages for each platform that .NET runs on.
These packages are mainly used by the
[Zig MSBuild SDK](https://github.com/vezel-dev/zig-msbuild-sdk) but can also be
used by other projects.
These packages are mainly used by
[Zig.Sdk](https://github.com/vezel-dev/zig-sdk) but can also be used by other
projects.

* For every official release of Zig, a set of NuGet packages with the name
pattern `Zig.Toolset.<rid>` is published, where `<rid>` is replaced with
`linux-arm64`, `osx-x64`, `win-x86`, etc.
pattern `Vezel.Zig.Toolsets.<rid>` is published, where `<rid>` is replaced
with `linux-arm64`, `osx-x64`, `win-x86`, etc.
* Only the RIDs that .NET runs on are covered (so e.g.
`Zig.Toolset.linux-riscv64` is *not* available).
`Vezel.Zig.Toolsets.linux-riscv64` is *not* available).
* The package version matches the official Zig release's version, with an extra
fourth component added indicating the packaging version.

Expand All @@ -41,41 +41,41 @@ This project offers the following packages:

| Package | Description | Downloads |
| -: | - | :- |
| [![Zig.Toolset.linux-arm][linux-arm-img]][linux-arm-pkg] | Provides the toolset for the `linux-arm` build platform. | ![Downloads][linux-arm-dls] |
| [![Zig.Toolset.linux-arm64][linux-arm64-img]][linux-arm64-pkg] | Provides the toolset for the `linux-arm64` build platform. | ![Downloads][linux-arm64-dls] |
| [![Zig.Toolset.linux-x64][linux-x64-img]][linux-x64-pkg] | Provides the toolset for the `linux-x64` build platform. | ![Downloads][linux-x64-dls] |
| [![Zig.Toolset.osx-arm64][osx-arm64-img]][osx-arm64-pkg] | Provides the toolset for the `osx-arm64` build platform. | ![Downloads][osx-arm64-dls] |
| [![Zig.Toolset.osx-x64][osx-x64-img]][osx-x64-pkg] | Provides the toolset for the `osx-x64` build platform. | ![Downloads][osx-x64-dls] |
| [![Zig.Toolset.win-arm64][win-arm64-img]][win-arm64-pkg] | Provides the toolset for the `win-arm64` build platform. | ![Downloads][win-arm64-dls] |
| [![Zig.Toolset.win-x64][win-x64-img]][win-x64-pkg] | Provides the toolset for the `win-x64` build platform. | ![Downloads][win-x64-dls] |
| [![Zig.Toolset.win-x86][win-x86-img]][win-x86-pkg] | Provides the toolset for the `win-x86` build platform. | ![Downloads][win-x86-dls] |

[linux-arm-pkg]: https://www.nuget.org/packages/Zig.Toolset.linux-arm
[linux-arm64-pkg]: https://www.nuget.org/packages/Zig.Toolset.linux-arm64
[linux-x64-pkg]: https://www.nuget.org/packages/Zig.Toolset.linux-x64
[osx-arm64-pkg]: https://www.nuget.org/packages/Zig.Toolset.osx-arm64
[osx-x64-pkg]: https://www.nuget.org/packages/Zig.Toolset.osx-x64
[win-arm64-pkg]: https://www.nuget.org/packages/Zig.Toolset.win-arm64
[win-x64-pkg]: https://www.nuget.org/packages/Zig.Toolset.win-x64
[win-x86-pkg]: https://www.nuget.org/packages/Zig.Toolset.win-x86

[linux-arm-img]: https://img.shields.io/nuget/v/Zig.Toolset.linux-arm?label=Zig.Toolset.linux-arm
[linux-arm64-img]: https://img.shields.io/nuget/v/Zig.Toolset.linux-arm64?label=Zig.Toolset.linux-arm64
[linux-x64-img]: https://img.shields.io/nuget/v/Zig.Toolset.linux-x64?label=Zig.Toolset.linux-x64
[osx-arm64-img]: https://img.shields.io/nuget/v/Zig.Toolset.osx-arm64?label=Zig.Toolset.osx-arm64
[osx-x64-img]: https://img.shields.io/nuget/v/Zig.Toolset.osx-x64?label=Zig.Toolset.osx-x64
[win-arm64-img]: https://img.shields.io/nuget/v/Zig.Toolset.win-arm64?label=Zig.Toolset.win-arm64
[win-x64-img]: https://img.shields.io/nuget/v/Zig.Toolset.win-x64?label=Zig.Toolset.win-x64
[win-x86-img]: https://img.shields.io/nuget/v/Zig.Toolset.win-x86?label=Zig.Toolset.win-x86

[linux-arm-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.linux-arm?label=
[linux-arm64-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.linux-arm64?label=
[linux-x64-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.linux-x64?label=
[osx-arm64-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.osx-arm64?label=
[osx-x64-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.osx-x64?label=
[win-arm64-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.win-arm64?label=
[win-x64-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.win-x64?label=
[win-x86-dls]: https://img.shields.io/nuget/dt/Zig.Toolset.win-x86?label=
| [![Vezel.Zig.Toolsets.linux-arm][linux-arm-img]][linux-arm-pkg] | Provides the toolset for the `linux-arm` build platform. | ![Downloads][linux-arm-dls] |
| [![Vezel.Zig.Toolsets.linux-arm64][linux-arm64-img]][linux-arm64-pkg] | Provides the toolset for the `linux-arm64` build platform. | ![Downloads][linux-arm64-dls] |
| [![Vezel.Zig.Toolsets.linux-x64][linux-x64-img]][linux-x64-pkg] | Provides the toolset for the `linux-x64` build platform. | ![Downloads][linux-x64-dls] |
| [![Vezel.Zig.Toolsets.osx-arm64][osx-arm64-img]][osx-arm64-pkg] | Provides the toolset for the `osx-arm64` build platform. | ![Downloads][osx-arm64-dls] |
| [![Vezel.Zig.Toolsets.osx-x64][osx-x64-img]][osx-x64-pkg] | Provides the toolset for the `osx-x64` build platform. | ![Downloads][osx-x64-dls] |
| [![Vezel.Zig.Toolsets.win-arm64][win-arm64-img]][win-arm64-pkg] | Provides the toolset for the `win-arm64` build platform. | ![Downloads][win-arm64-dls] |
| [![Vezel.Zig.Toolsets.win-x64][win-x64-img]][win-x64-pkg] | Provides the toolset for the `win-x64` build platform. | ![Downloads][win-x64-dls] |
| [![Vezel.Zig.Toolsets.win-x86][win-x86-img]][win-x86-pkg] | Provides the toolset for the `win-x86` build platform. | ![Downloads][win-x86-dls] |

[linux-arm-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.linux-arm
[linux-arm64-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.linux-arm64
[linux-x64-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.linux-x64
[osx-arm64-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.osx-arm64
[osx-x64-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.osx-x64
[win-arm64-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.win-arm64
[win-x64-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.win-x64
[win-x86-pkg]: https://www.nuget.org/packages/Vezel.Zig.Toolsets.win-x86

[linux-arm-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.linux-arm?label=Vezel.Zig.Toolsets.linux-arm
[linux-arm64-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.linux-arm64?label=Vezel.Zig.Toolsets.linux-arm64
[linux-x64-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.linux-x64?label=Vezel.Zig.Toolsets.linux-x64
[osx-arm64-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.osx-arm64?label=Vezel.Zig.Toolsets.osx-arm64
[osx-x64-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.osx-x64?label=Vezel.Zig.Toolsets.osx-x64
[win-arm64-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.win-arm64?label=Vezel.Zig.Toolsets.win-arm64
[win-x64-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.win-x64?label=Vezel.Zig.Toolsets.win-x64
[win-x86-img]: https://img.shields.io/nuget/v/Vezel.Zig.Toolsets.win-x86?label=Vezel.Zig.Toolsets.win-x86

[linux-arm-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.linux-arm?label=
[linux-arm64-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.linux-arm64?label=
[linux-x64-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.linux-x64?label=
[osx-arm64-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.osx-arm64?label=
[osx-x64-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.osx-x64?label=
[win-arm64-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.win-arm64?label=
[win-x64-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.win-x64?label=
[win-x86-dls]: https://img.shields.io/nuget/dt/Vezel.Zig.Toolsets.win-x86?label=

To install a package, run `dotnet add package <name>`.

Expand Down
4 changes: 2 additions & 2 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Support

The project has a [GitHub Discussions](https://docs.github.com/en/discussions) forum:
[![GitHub Discussions](https://img.shields.io/github/discussions/vezel-dev/zig-msbuild-toolsets)](https://github.com/vezel-dev/zig-msbuild-toolsets/discussions)
[![GitHub Discussions](https://img.shields.io/github/discussions/vezel-dev/zig-toolsets)](https://github.com/vezel-dev/zig-toolsets/discussions)

Please do *not* use the
[issue tracker](https://github.com/vezel-dev/zig-msbuild-toolsets/issues) for support
[issue tracker](https://github.com/vezel-dev/zig-toolsets/issues) for support
requests.

When seeking help, please note the following:
Expand Down
2 changes: 1 addition & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="zig-msbuild-toolsets" value="pkg/feed" />
<add key="zig-toolsets" value="pkg/feed" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PackageDescription>$(PackageDescription)

This package provides the toolset for the $(ZigBuildRuntime) build platform.</PackageDescription>
<PackageId>Zig.Toolset.$(ZigBuildRuntime)</PackageId>
<PackageId>Vezel.Zig.Toolsets.$(ZigBuildRuntime)</PackageId>
</PropertyGroup>

<PropertyGroup>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6ae14ad

Please sign in to comment.