Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
final commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodrag Milic committed Oct 24, 2022
1 parent c07e11b commit 7f9c84e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# AU Project Changelog

## NEXT
The AU project is now archived and there will be no new versions.

## 2022.10.24

- Added `$au_GalleryPackageRootUrl` as a slightly more flexible alternative to `$au_GalleryUrl` ([#250](https://github.com/majkinetor/au/issues/250))
- `$au_GalleryUrl` global variable is still maintained for compatibility
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[![build](https://ci.appveyor.com/api/projects/status/github/majkinetor/au?svg=true)](https://ci.appveyor.com/project/majkinetor/au) [![chat](https://img.shields.io/badge/gitter-join_chat-1dce73.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIwIiB5PSI1IiBmaWxsPSIjZmZmIiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8%2BPHJlY3QgeD0iMiIgeT0iNiIgZmlsbD0iI2ZmZiIgd2lkdGg9IjEiIGhlaWdodD0iNyIvPjxyZWN0IHg9IjQiIHk9IjYiIGZpbGw9IiNmZmYiIHdpZHRoPSIxIiBoZWlnaHQ9IjciLz48cmVjdCB4PSI2IiB5PSI2IiBmaWxsPSIjZmZmIiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8%2BPC9zdmc%2B&logoWidth=8)](https://gitter.im/chocolatey_au/Lobby) [![license](https://img.shields.io/badge/license-GPL2-blue.svg)](https://raw.githubusercontent.com/majkinetor/au/master/license.txt)

---

**The development of AU is finished and there will be no new versions. The latest version is 2022.10.24.**

---

Expand Down Expand Up @@ -283,7 +286,7 @@ There is also a special variable `$au_GalleryPackageRootUrl` that can be added t
* When updating all packages, `Update-AUPackages` (alias `updateall`), you should specify it as an environment variable.
* When adding to `update.ps1` you can specify it as a global variable, and it will override the environment setting.

> Note: The `$au_GalleryUrl` global variable also performs this function, but `$au_GalleryPackageRootUrl` allows more flexibility for internal and 3rd party package repositories. The `$au_GalleryUrl` will still work for compatibility, but makes assumptions about the URL that may not work in all situations.
> Note: The `$au_GalleryUrl` global variable also performs this function, but `$au_GalleryPackageRootUrl` allows more flexibility for internal and 3rd party package repositories. The `$au_GalleryUrl` will still work for compatibility, but makes assumptions about the URL that may not work in all situations.
### Reusing the AU updater with metapackages

Expand Down

0 comments on commit 7f9c84e

Please sign in to comment.